From 49849e9c0c2c73f7b50ea733c35d3c8a1bc8e128 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Thu, 10 Aug 2006 14:29:04 +0100 Subject: [PATCH] Revert inadvertent code change from "replace tabs with spaces" changeset. Signed-off-by: Ewan Mellor --- tools/python/xen/lowlevel/xc/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/lowlevel/xc/xc.c b/tools/python/xen/lowlevel/xc/xc.c index feb3096e11..9dd7cc07f0 100644 --- a/tools/python/xen/lowlevel/xc/xc.c +++ b/tools/python/xen/lowlevel/xc/xc.c @@ -336,7 +336,7 @@ static PyObject *pyxc_linux_build(XcObject *self, "console_evtchn", "image", /* optional */ "ramdisk", "cmdline", "flags", - "features", "arch", NULL }; + "features", NULL }; if ( !PyArg_ParseTupleAndKeywords(args, kwds, "iiis|ssis", kwd_list, &dom, &store_evtchn, -- 2.30.2